home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Environments
/
SmallEiffel 0.3.3
/
SmallEiffel 68k
/
lib_test
/
req_b.e
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-13
|
369 b
|
34 lines
|
[
TEXT/EDIT
]
class REQ_B
inherit
REQ_A
redefine bc, rb, rc
end;
feature {ANY}
bc: CHARACTER;
set_bc(c: CHARACTER) is
do
bc := c;
end;
rb is
require else
bc = 'b';
do
end;
rc is
require else
4 = 2 + 2;
local
b: BOOLEAN;
do
b := est_dans('b');
end;
end -- REQ_B